.introduce .box1 {
	padding: 125px 0 160px;
	overflow: hidden;
}

.introduce .box1 .box-c {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}

.introduce .box1 .box-c .l {
	position: relative;
	width: 47.92%;
}

.introduce .box1 .box-c .l::before {
	position: absolute;
	content: "";
	right: 0;
	top: 0;
	width: 23.84%;
	height: 23.78%;
	background: #0071F6;
	border-radius: 10px;
	transform: translate(15%, -17.51%);
	z-index: 1;
}

.introduce .box1 .box-c .l .pic {
	position: relative;
	border-radius: 10px;
	z-index: 3;
}

.introduce .box1 .box-c .l .playerBtn {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 72px;
	height: 72px;
	line-height: 72px;
	text-align: center;
	background: #FFFFFF;
	border-radius: 50%;
	cursor: pointer;
	z-index: 5;
}

.introduce .box1 .box-c .l .playerBtn .iconfont {
	font-size: 30px;
	color: rgba(0, 113, 246, 1);
}

.introduce .box1 .box-c .l .bg {
	position: absolute;
	right: 0;
	bottom: 0;
	transform: translate(72.11%, 68.53%);
	width: 77.49%;
}

.introduce .box1 .box-c .r {
	position: relative;
	width: 42.85%;
	z-index: 4;
}

.introduce .box1 .box-c .r .text-title {
	font-size: 24px;
	font-family: HarmonyOS Sans SC;
	font-weight: bold;
	color: #333333;
	line-height: 1.25;
	margin-top: 53px;
}

.introduce .box1 .box-c .r .text {
	font-size: 16px;
	font-family: HarmonyOS Sans SC;
	font-weight: 400;
	color: #666666;
	line-height: 1.875;
	margin-top: 30px;
}

.introduce .box1 .box-c .r .text-des {
	font-size: 20px;
	font-family: HarmonyOS Sans SC;
	font-weight: 400;
	color: #333333;
	line-height: 1.8;
	margin-top: 30px;
}

.culture .box1 {
	padding: 100px 0 120px;
}

.inner-title .en {
	font-size: 36px;
	font-family: HarmonyOS Sans SC;
	font-weight: 900;
	color: #333333;
	line-height: 1;
	text-transform: uppercase;
}

.inner-title .zh {
	font-size: 30px;
	font-family: HarmonyOS Sans SC;
	font-weight: 400;
	color: #333333;
	line-height: 1;
	margin-top: 19px;
}

.culture .box1 .box-c {
	margin-top: 60px;
}

.culture .box1 .box-c li {
	display: flex;
	justify-content: space-between;
}

.culture .box1 .box-c li>div {
	width: 50%;
}

.culture .box1 .box-c li .l {
	padding: 76px 62px;
}

.culture .box1 .box-c li .l .text-box {
	position: relative;
	padding-left: 46px;
}

.culture .box1 .box-c li .l .text-box::before {
	position: absolute;
	content: "";
	left: 0;
	top: 0;
	width: 6px;
	height: 60px;
	background: #0071F6;
}

.culture .box1 .box-c li .l .text-title {
	font-size: 30px;
	font-family: HarmonyOS Sans SC;
	font-weight: 300;
	color: #333333;
	line-height: 1;
}

.culture .box1 .box-c li .l .text-des {
	font-size: 18px;
	font-family: HarmonyOS Sans SC;
	font-weight: 400;
	color: #666666;
	line-height: 1.66;
	width: 370px;
	max-width: 100%;
	margin-top: 34px;
}

.culture .box1 .box-c li:nth-child(2n) {
	flex-direction: row-reverse;
}

.history .box1 {
	padding: 100px 0 100px;
	background-image: url(../img/history-bg.png);
	background-repeat: no-repeat;
	background-position: center bottom;
}

.history .box1 .box-t {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}

.history .box1 .box-t .btns {
	display: flex;
}

.history .box1 .box-t .btns .btn {
	width: 50px;
	height: 50px;
	line-height: 46px;
	text-align: center;
	background: #FFFFFF;
	border: 2px solid #BBBBBB;
	border-radius: 50%;
	color: rgba(187, 187, 187, 1);
	cursor: pointer;
}

.history .box1 .box-t .btns .btn .iconfont {
	font-size: 22px;
}

.history .box1 .box-t .btns .btn:hover {
	border-color: #0071F6;
	background-color: #0071F6;
	color: #fff;
	box-shadow: 5px 9px 30px 0px rgba(0, 113, 246, 0.3);
}

.history .box1 .box-t .btns .btn:not(:last-child) {
	margin-right: 12px;
}

.history .box1 .box-c .swiper {
	padding: 60px 0;
}

.history .box1 .box-c .swiper-slide {
	width: auto;
	background: #FFFFFF;
	border: 1px solid #EAEEF2;
	box-shadow: 0px 10px 30px 0px rgba(228, 228, 228, 0.3);
	padding: 30px 26px;
	display: flex;
	max-width: 472px;

}

.history .box1 .box-c .swiper-slide:not(:last-child) {
	margin-right: 20px;
}

.history .box1 .box-c .slide-l .bullet {
	width: 20px;
	height: 20px;
	border: 3px solid #0071F6;
	border-radius: 50%;
}

.history .box1 .box-c .slide-l .line {
	width: 4px;
	height: 56px;
	margin: 0 auto;
	background: linear-gradient(0deg, #FFFFFF, #FFFFFF, #0071F6, #0071F6);
}

.history .box1 .box-c .slide-r {
	flex: 1;
	margin-left: 13px;
	font-size: 18px;
	font-family: HarmonyOS Sans SC;
	font-weight: 400;
	color: #333333;
	line-height: 30px;
}

.history .box1 .box-c .slide-r span {
	color: #0071F6;
}

.history .box1 .box-c .slide-r .text-title {
	margin-bottom: 5px;
}

.organization .box1 {
	padding: 100px 0 120px;
}

.organization .box1 .box-c img {
	display: block;
	margin: -85px auto 0;
	max-width: 100%;
}

.advantage .box1 {
	padding: 100px 0 113px;
}

.advantage .box1 .box-c {
	margin-top: 57px;
	display: flex;
	justify-content: space-between;
}

.advantage .box1 .box-c .l {
	position: relative;
	width: 29.28%;
}

.advantage .box1 .box-c .l .text-box {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	padding: 55px 30px;
	font-size: 20px;
	font-family: HarmonyOS Sans SC;
	font-weight: 900;
	color: #FFFFFF;
	line-height: 1.5;
}

.advantage .box1 .box-c .r {
	width: 67.35%;
}

.advantage .box1 .box-c .r li {
	position: relative;
	padding: 0 40px;
	cursor: pointer;
}

.advantage .box1 .box-c .r li.active {
	box-shadow: 5px 9px 30px 0px rgba(0, 113, 246, 0.3);
}

.advantage .box1 .box-c .r li:not(:last-child) {
	margin-bottom: 10px;
}

.advantage .box1 .box-c .r li.active::before {
	position: absolute;
	left: 0;
	top: 0;
	content: "";
	width: 100%;
	height: 100%;
	background-color: rgba(0, 113, 246, .8);
	z-index: 2;
}

.advantage .box1 .box-c .r li .pic {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}

.advantage .box1 .box-c .r li .pic img {
	height: 100%;
	object-fit: cover;
}

.advantage .box1 .box-c .r li .text-title {
	position: relative;
	font-size: 24px;
	font-family: HarmonyOS Sans SC;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 1;
	padding: 48px 0;
	z-index: 3;
	transition: all .6s;
}

.advantage .box1 .box-c .r li.active .text-title {
	padding: 32px 0 25px;
}

.advantage .box1 .box-c .r li .text-des {
	position: relative;
	font-size: 16px;
	font-family: HarmonyOS Sans SC;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 30px;
	display: none;
	padding-top: 0;
	z-index: 3;
	/* transition: all .6s; */
}

.advantage .box1 .box-c .r li.active .text-des {
	padding-bottom: 39px;
}

.recruitment .box1 {
	padding: 100px 0 110px;
}

.recruitment .box1 .box-c {
	margin-top: 60px;
}

.recruitment .box1 .box-c .list {}

.recruitment .box1 .box-c .list li {
	padding: 42px 36px;
	border: 1px solid #DEDEDE;

}

.recruitment .box1 .box-c .list li:not(:last-child) {
	margin-bottom: 20px;
}

.recruitment .box1 .box-c .list li:hover {
	border-color: #F6F6F6;
	background: #F6F6F6;
	box-shadow: 5px 9px 30px 0px rgba(177, 177, 177, 0.3);
}

.recruitment .box1 .box-c .title {
	font-size: 24px;
	font-family: HarmonyOS Sans SC;
	font-weight: 500;
	color: #333333;
	line-height: 1;

}

.recruitment .box1 .box-c li:hover .title {
	color: #0071F6;
}

.recruitment .box1 .box-c .text-box {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}

.recruitment .box1 .box-c .text-box-l {
	flex: 1;
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 0 3%;
	font-size: 16px;
	font-family: HarmonyOS Sans SC;
	font-weight: 400;
	color: #999999;
	line-height: 1.875
}

.recruitment .box1 .box-c .text-box-r {
	width: 160px;
	height: 50px;
	line-height: 46px;
	text-align: center;
	background: #FFFFFF;
	border: 2px solid #0071F6;
	border-radius: 25px;
	font-size: 16px;
	font-family: HarmonyOS Sans SC;
	font-weight: 400;
	color: #0974F6;
	margin-left: 30px;
}

.recruitment .box1 .box-c li:hover .text-box-r {
	background-color: rgba(0, 113, 246, 1);
	color: #fff;
	box-shadow: 5px 9px 30px 0px rgba(0, 113, 246, 0.3);
}

.recruitment .box1 .pagination {
	margin-top: 40px;
}

.recruitment-details .box1 {
	padding: 100px 0 120px;
}

.recruitment-details .box1 .title {
	font-size: 30px;
	font-family: HarmonyOS Sans SC;
	font-weight: 400;
	color: #333333;
	line-height: 1;
}

.recruitment-details .box1 .des {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 0 3%;
	width: 1200px;
	max-width: 100%;
	font-size: 16px;
	font-family: HarmonyOS Sans SC;
	font-weight: 400;
	color: #999999;
	line-height: 1.875;
	margin-top: 26px;
}

.recruitment-details .box1 .box-c {
	border: 1px solid #DEDEDE;
	padding: 55px;
	margin-top: 40px;
}

.recruitment-details .box1 .box-c .text-title {
	font-size: 24px;
	font-family: HarmonyOS Sans SC;
	font-weight: 400;
	color: #0071F6;
	line-height: 1;
}

.recruitment-details .box1 .box-c .text {
	font-size: 16px;
	font-family: HarmonyOS Sans SC;
	font-weight: 400;
	color: #666666;
	line-height: 3;
	margin-top: 22px;
}

.recruitment-details .box1 .box-c .text-box:not(:last-child) {
	margin-bottom: 34px;
}

.recruitment-details .box1 .applyBtn {
	display: block;
	width: 160px;
	height: 50px;
	line-height: 46px;
	text-align: center;
	background: #FFFFFF;
	border: 2px solid #0071F6;
	font-size: 16px;
	font-family: HarmonyOS Sans SC;
	font-weight: 400;
	color: #0974F6;
	margin-top: 46px;
}

.recruitment-details .box1 .applyBtn:hover {
	background-color: #0071F6;
	color: #fff;
}

.contact .box1 {
	padding: 100px 0 140px;
}

.contact .box1 .box-c {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}

.contact .box1 .box-c .l {
	flex: 1;
}

.contact .box1 .box-c .l-c {
	padding-top: 63px;
	margin-top: 60px;
	border-top: 1px solid rgba(247, 247, 247, 1);
}

.contact .box1 .box-c .l-c .headquarters {
	width: 70px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	background: #0071F6;
	border-radius: 20px;
	font-size: 16px;
	font-family: HarmonyOS Sans SC;
	font-weight: 400;
	color: #FFFFFF;
}

.contact .box1 .box-c .l-c .text-title {
	font-size: 24px;
	font-family: HarmonyOS Sans SC;
	font-weight: bold;
	color: #333333;
	line-height: 1;
	margin-top: 30px;
}

.contact .box1 .box-c .l-c .text-des {
	font-size: 16px;
	font-family: HarmonyOS Sans SC;
	font-weight: 400;
	color: #999999;
	line-height: 1.875;
	margin-top: 15px;
}

.contact .box1 .box-c .l-c .list {
	margin-top: 50px;
}

.contact .box1 .box-c .l-c .list li {
	border: 1px solid #DEDEDE;
	padding: 37px 24px 30px;
}

.contact .box1 .box-c .l-c .list li:not(:last-child) {
	border-bottom: none;
}

.contact .box1 .box-c .l-c .list li .li-title {
	font-size: 18px;
	font-family: HarmonyOS Sans SC;
	font-weight: bold;
	color: #333333;
	line-height: 1;
}

.contact .box1 .box-c .l-c .list li .li-des {
	font-size: 16px;
	font-family: HarmonyOS Sans SC;
	font-weight: 400;
	color: #999999;
	line-height: 1.875;
	margin-top: 15px;
}

.contact .box1 .box-c .r {
	width: 424px;
	margin-left: 56px;
	background-image: url(../img/contact-1.jpg);
	background-size: cover;
	padding: 65px 40px;
}

.contact .box1 .box-c .r .list li:not(:last-child) {
	margin-bottom: 40px;
}

.contact .box1 .box-c .r .list .li-title {
	font-size: 18px;
	font-family: HarmonyOS Sans SC;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 1;
}

.contact .box1 .box-c .r .list .li-des {
	font-size: 48px;
	font-family: Rany;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 1;
	margin-top: 10px;
}

.contact .box1 .box-c .r .list .li-des1 {
	font-size: 30px;
	font-family: Rany;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 1;
	margin-top: 13px;
}

.contact .box1 .box-c .r .list .li-des1 span {
	font-size: 16px;
	font-family: HarmonyOS Sans SC;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 1;
}

.contact .box1 .box-c .r .ewmBox {
	margin-top: 45px;
}

.contact .box1 .box-c .r .ewmBox img {
	display: block;
	max-width: 100%;
}

.contact .box1 .box-c .r .ewmBox .text {
	font-size: 18px;
	font-family: HarmonyOS Sans SC;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 1;
	margin-top: 30px;
}

@media (max-width:1440px) {
	.advantage .box1 .box-c .l {
		width: 31%;
	}

	.advantage .box1 .box-c .r li .text-title {
		font-size: 22px;
	}

	.advantage .box1 .box-c .r li.active .text-des {
		padding-bottom: 25px;
	}

	.inner-title .en {
		font-size: 30px;
	}

	.inner-title .zh {
		font-size: 28px;
		margin-top: 10px;
	}

	.contact .box1 .box-c .r .list .li-des {
		font-size: 36px;
	}

	.contact .box1 .box-c .r .list li:not(:last-child) {
		margin-bottom: 30px;
	}

	.culture .box1 .box-c li .l {
		padding: 40px;
	}

}

@media (max-width:1280px) {
	.introduce .box1 .box-c .r .text-title{
		font-size: 22px;
		margin-top: 25px;
	}
	.introduce .box1 .box-c .r .text{
		margin-top: 25px;
		line-height: 1.6;
	}
	.introduce .box1 .box-c .r .text-des{
		margin-top: 20px;
		font-size: 18px;
	}
	.culture .box1 .box-c li .l .text-title {
		font-size: 28px;
	}

	.culture .box1 .box-c li .l .text-box {
		padding-left: 24px;
	}

	.culture .box1 .box-c li .l .text-box::before {
		width: 4px;
		height: 30px;
	}

	.culture .box1 .box-c li .l .text-des {
		margin-top: 20px;
	}

	.inner-title .en {
		font-size: 28px;
	}

	.inner-title .zh {
		font-size: 26px;
	}

	.advantage .box1 .box-c .l .text-box {
		font-size: 18px;
	}

	.advantage .box1 .box-c .r li.active .text-title {
		padding-bottom: 15px;
	}

	.advantage .box1 .box-c .r li .text-title {
		font-size: 20px;
	}

	.contact .box1 .box-c .l-c {
		padding-top: 40px;
		margin-top: 40px;
	}

	.contact .box1 {
		padding: 70px 0;
	}
	.introduce .box1 .box-c .r{
		width: 46%;
	}
	.recruitment .box1 .box-c .list li{
		padding: 25px;
	}
	.recruitment .box1 .box-c .title{
		font-size: 22px;
	}
	.recruitment .box1 .box-c .text-box-l{
		font-size: 14px;
	}
	.recruitment-details .box1 .title{
		font-size: 28px;
	}
	.recruitment-details .box1 .des{
		margin-top: 16px;
		font-size: 14px;
		gap: 0 2%;
	}
	.recruitment-details .box1 .box-c{
		padding: 40px;
	}
}

@media (max-width:1199px) {
	.recruitment-details .box1 .title{
		font-size: 26px;
	}
	.culture .box1 .box-c li .l .text-title{
		font-size: 26px;
	}
	.contact .box1,.introduce .box1 {
		padding: 60px 0;
	}

	.inner-title .en {
		font-size: 26px;
	}

	.inner-title .zh {
		font-size: 24px;
	}

	.advantage .box1 {
		padding: 60px 0;
	}

	.advantage .box1 .box-c {
		margin-top: 40px;
	}

	.advantage .box1 .box-c .l .text-box {
		padding: 30px;
	}

	.advantage .box1 .box-c .r li {
		padding: 0 30px;
	}

	.contact .box1 .box-c .r .list .li-des1 {
		font-size: 26px;
	}

	.contact .box1 .box-c .r .list .li-des {
		font-size: 30px;
	}

	.contact .box1 .box-c .r {
		width: 380px;
		padding: 30px;
		margin-left: 30px;
	}

	.contact .box1 .box-c .r .list li:not(:last-child) {
		margin-bottom: 25px;
	}

	.contact .box1 .box-c .l-c {
		padding-top: 30px;
		margin-top: 30px;
	}
	.culture .box1{
		padding: 60px 0;
	}
	.culture .box1 .box-c{
		margin-top: 40px;
	}
	.history .box1{
		padding: 60px 0;
	}
	.history .box1 .box-t .btns .btn{
		height: 44px;
		width: 44px;
		line-height: 40px;
	}
	.history .box1 .box-t .btns .btn .iconfont{
		font-size: 18px;
	}
	.history .box1 .box-c .swiper{
		padding: 40px 0 10px;
	}
	.organization .box1,.recruitment .box1,
	.recruitment-details .box1{
		padding: 60px 0;
	}
	.recruitment .box1 .box-c{
		margin-top: 40px;
	}
}

@media (max-width:1024px) {
	.recruitment-details .box1 .applyBtn{
		margin-top: 25px;
		height: 40px;
		line-height: 38px;
		width: 130px;
	}
	.recruitment-details .box1 .box-c .text{
		margin-top: 15px;
		line-height: 2;
	}
	.recruitment-details .box1 .box-c .text-box:not(:last-child){
		margin-bottom: 20px;
	}
	.recruitment-details .box1 .box-c .text-title{
		font-size: 22px;
	}
	.recruitment-details .box1 .box-c{
		padding: 30px;
	}
	.recruitment-details .box1 .box-c{
		margin-top: 30px;
	}
	.recruitment-details .box1 .des{
		grid-template-columns: repeat(1, 1fr)
	}
	.recruitment-details .box1 .title{
		font-size: 24px;
	}
	.recruitment .box1 .box-c .title{
		font-size: 20px;
	}
	.recruitment .box1 .box-c .text-box{
		flex-direction: column;
	}
	.recruitment .box1 .box-c .text-box-l{
		flex: none;
		width: 100%;
		margin-top: 10px;
		grid-template-columns: repeat(1,1fr)
	}
	.recruitment .box1 .box-c .text-box-r{
		margin-top: 15px;
	}
	.recruitment .box1 .box-c .text-box-r{
		line-height: 38px;
		height: 40px;
		width: 130px;
	}
	.recruitment .box1 .box-c{
		margin-top: 35px;
	}
	.organization .box1,.recruitment .box1{
		padding: 55px 0;
	}
	.introduce .box1 .box-c{
		flex-direction: column;
	}
	.introduce .box1 .box-c .l{
		width: 100%;
	}
	.introduce .box1 .box-c .r{
		width: 100%;
		margin-top: 35px;
	}
	.history .box1 .box-c .swiper{
		padding: 35px 0 10px;
	}
	.culture .box1,.history .box1,.introduce .box1{
		padding: 55px 0;
	}
	.culture .box1 .box-c{
		margin-top: 35px;
	}
	.culture .box1 .box-c li .l .text-title{
		font-size: 24px;
	}
	.culture .box1 .box-c li,
	.culture .box1 .box-c li:nth-child(2n){
		flex-direction: column-reverse;
	}
	.culture .box1 .box-c li>div{
		width: 100%;
	}
	.culture .box1 .box-c li .l{
		padding: 30px 0 40px;
	}
	.contact .box1 .box-c .r .list .li-des {
		font-size: 26px;
	}

	.contact .box1 .box-c .r .list .li-des1 {
		font-size: 22px;
	}

	.contact .box1 .box-c .r {
		width: 340px;
	}

	.contact .box1 .box-c .l-c {
		padding-top: 20px;
		margin-top: 20px;
	}

	.contact .box1 .box-c .l-c .headquarters {
		width: 60px;
		height: 35px;
		line-height: 35px;
	}

	.contact .box1 .box-c .l-c .text-title {
		font-size: 22px;
		margin-top: 20px;
	}

	.contact .box1 .box-c .l-c .list {
		margin-top: 20px;
	}

	.contact .box1 .box-c .l-c .list li {
		padding: 20px;
	}

	.contact .box1 .box-c .l-c .list li .li-des {
		margin-top: 10px;
	}

	.contact .box1,.recruitment-details .box1 {
		padding: 55px 0;
	}

	.advantage .box1 .box-c .l {
		width: 40%;
	}

	.advantage .box1 .box-c .r {
		width: 58%;
	}

	.inner-title .en {
		font-size: 24px;
	}

	.inner-title .zh {
		font-size: 22px;
	}

	.advantage .box1 {
		padding: 55px 0;
	}

	.advantage .box1 .box-c {
		margin-top: 35px;
	}
	.culture .box1 .box-c li .l .text-des{
		font-size: 16px;
		margin-top: 10px;
	}
	.culture .box1 .box-c li:last-child .l{
		padding-bottom: 0;
	}
	.history .box1 .box-c .swiper-slide{
		padding: 20px;
	}
	.history .box1 .box-c .slide-r{
		font-size: 16px;
		line-height: 1.6;
	}
}

@media (max-width: 768px) {
	.recruitment-details .box1 .box-c .text-title{
		font-size: 20px;
	}
	.recruitment-details .box1 .title{
		font-size: 22px;
	}
	.recruitment .box1 .box-c .list li{
		padding: 20px;
	}
	.recruitment .box1 .box-c{
		margin-top: 30px;
	}
	.organization .box1,.recruitment .box1,
	.recruitment-details .box1{
		padding: 45px 0;
	}
	.introduce .box1 .box-c .r .text-title{
		font-size: 20px;
		margin-top: 15px;
	}
	.introduce .box1 .box-c .r .text{
		margin-top: 20px;
	}
	.history .box1 .box-c .swiper-slide{
		padding: 15px;
	}
	.history .box1 .box-c .slide-l .bullet{
		width: 14px;
		height: 14px;
	}
	.history .box1 .box-c .slide-l .line{
		width: 3px;
		height: 40px;
	}
	.history .box1 .box-c .swiper{
		padding: 30px 0 10px;
	}
	.culture .box1 .box-c li .l .text-box{
		padding-left: 15px;
	}
	.culture .box1 .box-c li .l .text-box::before{
		width: 3px;
		height: 20px;
	}
	.culture .box1,.history .box1,.introduce .box1{
		padding: 45px 0;
	}
	.culture .box1 .box-c{
		margin-top: 30px;
	}
	.culture .box1 .box-c li .l .text-title{
		font-size: 22px;
	}
	.contact .box1 .box-c .l {
		width: 100%;
	}

	.contact .box1 .box-c .r {
		margin-top: 30px;
		margin-left: 0;
		width: 500px;
		max-width: 100%;
	}

	.contact .box1 .box-c {
		flex-direction: column;
	}

	.contact .box1 {
		padding: 45px 0;
	}

	.inner-title .en {
		font-size: 22px;
	}

	.inner-title .zh {
		font-size: 20px;
	}

	.advantage .box1 {
		padding: 45px 0;
	}

	.advantage .box1 .box-c {
		margin-top: 30px;
	}

	.advantage .box1 .box-c {
		flex-direction: column;
	}

	.advantage .box1 .box-c .l {
		width: 100%;
	}

	.advantage .box1 .box-c .l img {
		max-height: 400px;
		object-fit: cover;
	}

	.advantage .box1 .box-c .r {
		width: 100%;
		margin-top: 20px;
	}
	.organization .box1 .box-c img{
		margin-top: 20px;
	}
	.recruitment-details .box1 .box-c{
		margin-top: 25px;
	}
}

@media (max-width: 500px) {
	.recruitment-details .box1 .box-c{
		padding: 25px;
	}
	.recruitment-details .box1 .box-c .text-title{
		font-size: 18px;
	}
	.recruitment .box1 .box-c{
		margin-top: 25px;
	}
	.organization .box1,.recruitment .box1,
	.recruitment-details .box1{
		padding: 35px 0;
	}
	.history .box1 .box-t .btns .btn{
		width: 38px;
		height: 38px;
		line-height: 34px;
	}
	.history .box1 .box-c .swiper-slide{
		max-width: 100%;
		padding: 10px;
	}
	.history .box1 .box-c .swiper{
		padding: 25px 0 10px;
	}
	.culture .box1 .box-c li .l .text-title{
		font-size: 20px;
	}
	.culture .box1 .box-c li .l{
		padding: 20px 0 30px;
	}
	.culture .box1,.introduce .box1{
		padding: 35px 0;
	}
	.culture .box1 .box-c{
		margin-top: 25px;
	}
	.contact .box1,.history .box1 {
		padding: 35px 0;
	}

	.advantage .box1 .box-c .l .text-box {
		font-size: 16px;
	}

	.advantage .box1 .box-c .l img {
		max-height: 300px;
	}

	.inner-title .en {
		font-size: 20px;
	}

	.inner-title .zh {
		font-size: 18px;
	}

	.advantage .box1 {
		padding: 35px 0;
	}

	.advantage .box1 .box-c {
		margin-top: 25px;
	}

	.advantage .box1 .box-c .r li .text-title {
		font-size: 18px;
	}

	.advantage .box1 .box-c .r li .text-des {
		font-size: 14px;
		line-height: 1.7;
	}

	.advantage .box1 .box-c .l .text-box {
		padding: 20px;
	}

	.advantage .box1 .box-c .r li {
		padding: 0 20px;
	}

	.advantage .box1 .box-c .r li.active .text-title {
		padding: 20px 0 15px;
	}
	.recruitment-details .box1 .title{
		font-size: 20px;
	}
}